home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / search.dxr / 00025_search tab score script.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  256 b   |  14 lines

  1. on mouseUp
  2.   global gSearchObj
  3.   case getContext(gSearchObj) of
  4.     #search:
  5.       nothing()
  6.     #titles:
  7.       exitTitlesContext(gSearchObj)
  8.       go(label("1_1"))
  9.     #keywords:
  10.       exitKeywordsContext(gSearchObj)
  11.       go(label("1_1"))
  12.   end case
  13. end
  14.